Crate arrow_cast
source ·Expand description
Cast kernel for Apache Arrow
Re-exports
pub use cast::*;
Modules
- Defines cast kernels for
ArrayRef
, to convertArray
s between supported datatypes. - Functions for printing array values, as strings, for debugging purposes. See the
pretty
crate for additional functions for record batch pretty printing. - Utilities for pretty printing record batches. Note this module is not available unless
feature = "prettyprint"
is enabled.